home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_54117.txt < prev    next >
Text File  |  1993-05-31  |  2KB  |  88 lines

  1. -- card: 54117 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 8959
  5. -- name: whale 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 3 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=142 top=292 right=340 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=408 top=8 right=95 bottom=500
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "whale 1"
  46.   go next
  47.   go next
  48.   play speak
  49.   go next
  50.   go prev
  51.   go prev
  52.   go prev
  53.   wait 40
  54.   go next
  55.   go next
  56.   play speak
  57.   go next
  58.   go prev
  59.   go prev
  60.   go prev
  61.   wait 50
  62.   go card "level 2"
  63. end walkyTalky
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=425 top=285 right=342 bottom=512
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: eraser
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   put empty into card field "show"
  85.   click at the loc of card field "show"
  86. end mouseUp
  87.  
  88.